Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmNotesMaster
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNotesMaster))
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.txtNotes = New System.Windows.Forms.RichTextBox()
32         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
33         Me.btnDelete = New System.Windows.Forms.Button()
34         Me.btnUpdate = New System.Windows.Forms.Button()
35         Me.btnSave = New System.Windows.Forms.Button()
36         Me.btnNew = New System.Windows.Forms.Button()
37         Me.btnClose = New System.Windows.Forms.Button()
38         Me.dgw = New System.Windows.Forms.DataGridView()
39         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
40         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.Panel2 = New System.Windows.Forms.Panel()
42         Me.Label1 = New System.Windows.Forms.Label()
43         Me.txtID = New System.Windows.Forms.TextBox()
44         Me.lblUser = New System.Windows.Forms.Label()
45         Me.Label3 = New System.Windows.Forms.Label()
46         Me.Panel1.SuspendLayout()
47         Me.GroupBox3.SuspendLayout()
48         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
49         Me.Panel2.SuspendLayout()
50         Me.SuspendLayout()
51         
'
52         
'Panel1
53         
'
54         Me.Panel1.BackColor = System.Drawing.Color.White
55         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
56         Me.Panel1.Controls.Add(Me.txtNotes)
57         Me.Panel1.Controls.Add(Me.GroupBox3)
58         Me.Panel1.Controls.Add(Me.btnClose)
59         Me.Panel1.Controls.Add(Me.dgw)
60         Me.Panel1.Controls.Add(Me.Panel2)
61         Me.Panel1.Location = New System.Drawing.Point(
3, 2)
62         Me.Panel1.Name =
"Panel1"
63         Me.Panel1.Size = New System.Drawing.Size(
298, 508)
64         Me.Panel1.TabIndex =
2
65         
'
66         
'txtNotes
67         
'
68         Me.txtNotes.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.txtNotes.Location = New System.Drawing.Point(
3, 40)
70         Me.txtNotes.Name =
"txtNotes"
71         Me.txtNotes.Size = New System.Drawing.Size(
190, 217)
72         Me.txtNotes.TabIndex =
5
73         Me.txtNotes.Text =
""
74         
'
75         
'GroupBox3
76         
'
77         Me.GroupBox3.Controls.Add(Me.btnDelete)
78         Me.GroupBox3.Controls.Add(Me.btnUpdate)
79         Me.GroupBox3.Controls.Add(Me.btnSave)
80         Me.GroupBox3.Controls.Add(Me.btnNew)
81         Me.GroupBox3.Location = New System.Drawing.Point(
199, 47)
82         Me.GroupBox3.Name =
"GroupBox3"
83         Me.GroupBox3.Size = New System.Drawing.Size(
93, 181)
84         Me.GroupBox3.TabIndex =
4
85         Me.GroupBox3.TabStop = False
86         
'
87         
'btnDelete
88         
'
89         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
90         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
92         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
93         Me.btnDelete.Location = New System.Drawing.Point(
8, 136)
94         Me.btnDelete.Name =
"btnDelete"
95         Me.btnDelete.Size = New System.Drawing.Size(
79, 37)
96         Me.btnDelete.TabIndex =
3
97         Me.btnDelete.Text =
"&Delete"
98         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
99         Me.btnDelete.UseVisualStyleBackColor = True
100         
'
101         
'btnUpdate
102         
'
103         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
104         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
106         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
107         Me.btnUpdate.Location = New System.Drawing.Point(
8, 95)
108         Me.btnUpdate.Name =
"btnUpdate"
109         Me.btnUpdate.Size = New System.Drawing.Size(
79, 37)
110         Me.btnUpdate.TabIndex =
2
111         Me.btnUpdate.Text =
"&Update"
112         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
113         Me.btnUpdate.UseVisualStyleBackColor = True
114         
'
115         
'btnSave
116         
'
117         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
118         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
120         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
121         Me.btnSave.Location = New System.Drawing.Point(
8, 54)
122         Me.btnSave.Name =
"btnSave"
123         Me.btnSave.Size = New System.Drawing.Size(
79, 37)
124         Me.btnSave.TabIndex =
1
125         Me.btnSave.Text =
"&Save"
126         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
127         Me.btnSave.UseVisualStyleBackColor = True
128         
'
129         
'btnNew
130         
'
131         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
132         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
134         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
135         Me.btnNew.Location = New System.Drawing.Point(
8, 11)
136         Me.btnNew.Name =
"btnNew"
137         Me.btnNew.Size = New System.Drawing.Size(
79, 39)
138         Me.btnNew.TabIndex =
0
139         Me.btnNew.Text =
"&New"
140         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
141         Me.btnNew.UseVisualStyleBackColor = True
142         
'
143         
'btnClose
144         
'
145         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
146         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
148         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
149         Me.btnClose.Location = New System.Drawing.Point(
217, 3)
150         Me.btnClose.Name =
"btnClose"
151         Me.btnClose.Size = New System.Drawing.Size(
75, 42)
152         Me.btnClose.TabIndex =
4
153         Me.btnClose.Text =
"&Close"
154         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
155         Me.btnClose.UseVisualStyleBackColor = True
156         
'
157         
'dgw
158         
'
159         Me.dgw.AllowUserToAddRows = False
160         Me.dgw.AllowUserToDeleteRows = False
161         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
162         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
163         Me.dgw.BackgroundColor = System.Drawing.Color.White
164         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
165         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
166         DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSeaGreen
167         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
169         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
170         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
171         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
172         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
173         Me.dgw.ColumnHeadersHeight =
24
174         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2, Me.Column1})
175         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
176         Me.dgw.EnableHeadersVisualStyles = False
177         Me.dgw.GridColor = System.Drawing.Color.White
178         Me.dgw.Location = New System.Drawing.Point(
3, 263)
179         Me.dgw.MultiSelect = False
180         Me.dgw.Name =
"dgw"
181         Me.dgw.ReadOnly = True
182         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
183         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
184         DataGridViewCellStyle3.BackColor = System.Drawing.Color.Orange
185         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
187         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightSeaGreen
188         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
189         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
190         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
191         Me.dgw.RowHeadersWidth =
25
192         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
193         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
194         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
195         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.MediumTurquoise
196         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
197         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
198         Me.dgw.RowTemplate.Height =
18
199         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
200         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
201         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
202         Me.dgw.Size = New System.Drawing.Size(
289, 235)
203         Me.dgw.TabIndex =
1
204         
'
205         
'Column2
206         
'
207         Me.Column2.HeaderText =
"ID"
208         Me.Column2.Name =
"Column2"
209         Me.Column2.ReadOnly = True
210         Me.Column2.Visible = False
211         
'
212         
'Column1
213         
'
214         Me.Column1.HeaderText =
"Notes"
215         Me.Column1.Name =
"Column1"
216         Me.Column1.ReadOnly = True
217         Me.Column1.Width =
260
218         
'
219         
'Panel2
220         
'
221         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
222         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
223         Me.Panel2.Controls.Add(Me.Label1)
224         Me.Panel2.Controls.Add(Me.txtID)
225         Me.Panel2.Controls.Add(Me.lblUser)
226         Me.Panel2.Location = New System.Drawing.Point(
3, 3)
227         Me.Panel2.Name =
"Panel2"
228         Me.Panel2.Size = New System.Drawing.Size(
210, 31)
229         Me.Panel2.TabIndex =
0
230         
'
231         
'Label1
232         
'
233         Me.Label1.AutoSize = True
234         Me.Label1.BackColor = System.Drawing.Color.Transparent
235         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
236         Me.Label1.ForeColor = System.Drawing.Color.White
237         Me.Label1.Location = New System.Drawing.Point(
54, 4)
238         Me.Label1.Name =
"Label1"
239         Me.Label1.Size = New System.Drawing.Size(
132, 24)
240         Me.Label1.TabIndex =
0
241         Me.Label1.Text =
"Notes Master"
242         
'
243         
'txtID
244         
'
245         Me.txtID.Location = New System.Drawing.Point(
26, 8)
246         Me.txtID.Name =
"txtID"
247         Me.txtID.Size = New System.Drawing.Size(
39, 20)
248         Me.txtID.TabIndex =
4
249         Me.txtID.Visible = False
250         
'
251         
'lblUser
252         
'
253         Me.lblUser.AutoSize = True
254         Me.lblUser.Location = New System.Drawing.Point(
9, 10)
255         Me.lblUser.Name =
"lblUser"
256         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
257         Me.lblUser.TabIndex =
5
258         Me.lblUser.Text =
"Label8"
259         Me.lblUser.Visible = False
260         
'
261         
'Label3
262         
'
263         Me.Label3.AutoSize = True
264         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
265         Me.Label3.Location = New System.Drawing.Point(
530, 82)
266         Me.Label3.Name =
"Label3"
267         Me.Label3.Size = New System.Drawing.Size(
0, 13)
268         Me.Label3.TabIndex =
0
269         
'
270         
'frmNotesMaster
271         
'
272         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
273         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
274         Me.BackColor = System.Drawing.Color.Orange
275         Me.ClientSize = New System.Drawing.Size(
305, 513)
276         Me.Controls.Add(Me.Panel1)
277         Me.Controls.Add(Me.Label3)
278         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
279         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
280         Me.MaximizeBox = False
281         Me.MinimizeBox = False
282         Me.Name =
"frmNotesMaster"
283         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
284         Me.Panel1.ResumeLayout(False)
285         Me.GroupBox3.ResumeLayout(False)
286         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
287         Me.Panel2.ResumeLayout(False)
288         Me.Panel2.PerformLayout()
289         Me.ResumeLayout(False)
290         Me.PerformLayout()
291
292     End Sub
293     Friend WithEvents Panel1 As System.Windows.Forms.Panel
294     Friend WithEvents Label3 As System.Windows.Forms.Label
295     Friend WithEvents btnDelete As System.Windows.Forms.Button
296     Friend WithEvents btnClose As System.Windows.Forms.Button
297     Friend WithEvents btnUpdate As System.Windows.Forms.Button
298     Friend WithEvents btnSave As System.Windows.Forms.Button
299     Friend WithEvents btnNew As System.Windows.Forms.Button
300     Friend WithEvents dgw As System.Windows.Forms.DataGridView
301     Friend WithEvents Panel2 As System.Windows.Forms.Panel
302     Friend WithEvents Label1 As System.Windows.Forms.Label
303     Friend WithEvents txtID As System.Windows.Forms.TextBox
304     Friend WithEvents lblUser As System.Windows.Forms.Label
305     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
306     Friend WithEvents txtNotes As System.Windows.Forms.RichTextBox
307     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
308     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
309
310 End Class


Gõ tìm kiếm nhanh...